+++ /dev/null
-Description: Build against system's libsamplerate
-Author: IOhannes m zmölnig <umlaeute@debian.org>
-Origin: Debian
-Forwarded: no
-Last-Update: 2025-01-26
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- jacktrip.orig/meson.build
-+++ jacktrip/meson.build
-@@ -354,8 +354,9 @@
- opt_var.add_cmake_defines({'CMAKE_BUILD_TYPE': 'Debug'})
- endif
- opt_var.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'})
-- libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var)
-- libsamplerate_dep = libsamplerate_subproject.dependency('samplerate')
-+ #libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var)
-+ #libsamplerate_dep = libsamplerate_subproject.dependency('samplerate')
-+ libsamplerate_dep = dependency('samplerate', required: get_option('libsamplerate'))
- found_libsamplerate = libsamplerate_dep.found()
- if not found_libsamplerate and not get_option('libsamplerate').auto()
- error('failed to configure libsamplerate')